home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / games / strategy / xconq.lha / xconq / lib / standardf.per < prev    next >
Encoding:
Text File  |  1995-03-06  |  26.3 KB  |  670 lines

  1. Xconq 0 -+---- Standard period that gets compiled in
  2. Period 0
  3.  
  4. "WW II ca 1945 - Fast" period-name
  5.  
  6. "standard" font-name
  7.  
  8. "i" "infantry" "marches around and captures things" utype
  9. "a" "armor" "faster than infantry, limited to open terrain" utype
  10. "f" "fighter" "interceptor to get those nasty bombers" utype
  11. "b" "bomber" "long range aircraft, carries infantry and bombs" utype
  12. "d" "destroyer" "fast, cheap, and sinks subs" utype
  13. "s" "submarine" "sneaks around and sinks ships" utype
  14. "t" "troop transport" "carries infantry and armor across the pond" utype
  15. "C" "carrier" "carries fighters and bombers around" utype
  16. "B" "battleship" "the most powerful ship" utype
  17. "N" "atomic bomb" "leveler of cities (and anything else)" utype
  18. "/" "base" "airstrip plus port" utype
  19. "\" "seabase" "airstrip plus port" utype
  20. "*" "town" "smaller than a city" utype
  21. "@" "city" "capital of a side" utype
  22.  
  23. "F" "fuel" "basic motive power" rtype
  24. "A" "ammo" "generic hitting capability" rtype
  25.  
  26. "." "sea" "sky blue" ttype
  27. "," "shallows" "cyan" ttype
  28. "=" "swamp" "yellowgreen" ttype
  29. "~" "desert" "yellow" ttype
  30. "+" "plains" "green" ttype
  31. "%" "forest" "forest green" ttype
  32. "^" "mountains" "sienna" ttype
  33. "_" "ice" "white" ttype
  34. ":" "vacuum" "black" ttype
  35.  
  36. "airbase" \ icon-name
  37.  
  38. true [ vacuum ] dark
  39.  
  40. t* t* nuked  ; most terrain won't actually change
  41. desert [ plains forest ] nuked
  42. mountains ice nuked
  43.  
  44. [   0  67  69  70  70  70  91  98  0 ] t* min-alt
  45. [  67  69  71  91  91  91  98 100  0 ] t* max-alt
  46. [   0   0  50   0  30  80   0   0  0 ] t* min-wet
  47. [ 100 100 100  30  80 100 100 100  0 ] t* max-wet
  48.  
  49. 90 alt-roughness 
  50. 65 wet-roughness 
  51.  
  52. ice edge-terrain
  53.  
  54. [ \ / * @ ] "cities" define
  55. [ * @ ] "makers" define
  56. [ i a ] "ground" define
  57. [ f b ] "aircraft" define
  58. [ d s t C B ] "ship" define
  59. [ i a f b d s t C B N ] "movers" define
  60. [ sea shallows ] "water" define
  61. [ plains forest desert mountains ] "land" define
  62.  
  63. true cities named
  64. true [ C B N ] named
  65. [ 1 5 25 ] [ / * @ ] territory
  66.  
  67. 2 @ in-country
  68. 10 * in-country
  69. 5 i in-country
  70. 2 a in-country
  71. 2 b in-country
  72. 2 f in-country
  73. 1 B in-country
  74. 1 C in-country
  75. 1 t in-country
  76. 1 s in-country
  77. 50 * density
  78. \ first-unit
  79. ;i first-product
  80. 20 land * favored
  81. 40 plains * favored
  82. 100 plains @ favored
  83. 34 country-min-distance
  84. 48 country-max-distance
  85. 6 country-size
  86.  
  87. ;; add some extras
  88.  
  89. 2 @ density
  90. 50 desert / favored
  91. 50 mountains / favored
  92. 50 / density
  93. 20 \ density
  94. 90 shallows \ favored
  95. 10 sea \ favored
  96.  
  97. ;; not many resource to start with
  98. 0 r* u* stockpile
  99. 100 r* [ i a f b ] stockpile
  100. 100 r* / stockpile
  101. 10 r* \  stockpile
  102.  
  103. ;;; make it possible for the machine to play.
  104. true machine-advantage
  105.  
  106. ; no disasters
  107.  
  108. [ 4 7 8 16 10 16 12 30 40 20 ] movers @ make
  109. [ 4 7 8 16 10 16 12 30 40 20 ] movers * make
  110. [ 3 5 ] / ground make
  111. true [ * @ ] maker
  112. 20 u* startup
  113. 300 N research   ; that's 3x basic time
  114. ; no special resources to make
  115. 1 u* [ * @ ] repair
  116. 3 u* / repair
  117. 2 u* \ repair
  118. 10 [ C B ] [ C B ] repair
  119. 10 [ * @ ] i repair
  120. 1 / i repair
  121. ; infantry should maybe repair cities?
  122.  
  123. 1 fuel ground produce
  124. 2 fuel a produce ; this is less realistic, but problems otherwise
  125. [ 20 10 20 50 ] fuel cities produce
  126. [ 10  5 10 20 ] ammo cities produce
  127. 100 [ plains forest ] i productivity
  128. 100 plains a productivity   ; in this case "plains" = "gas stations"
  129. [ 80 100 ] water \ productivity
  130. [ 100 50 20 20 ] land / productivity ; one arg must be a scalar...
  131. [ 100 50 20 20 ] land * productivity
  132. [ 100 50 20 20 ] land @ productivity
  133. 75 water [ * @ ] productivity ; 1987.map has some cities in water.
  134.  
  135. [ 6 10 18 36 100 100 200 240 200 1 200 400 500 900 ] fuel u* storage
  136. [ 6  4  3  3  20  10  20  40  40 1 100 200 200 400 ] ammo u* storage
  137. 1 fuel i consume
  138. ; 1 fuel ship consume
  139. 3 fuel f consume   ; this causes problems for carriers
  140. 2 fuel b consume
  141. 0 [ f b ] consume-as-occupant
  142.  
  143. -1 r* [ i f N ] out-length
  144.  
  145. [ 1 2 9 6 3 3 2 4 4 1 ] movers speed
  146.  
  147. 0 land i moves
  148. 0 [ plains desert ] a moves
  149. 0 t* aircraft moves
  150. 0 water ship moves
  151. 2 shallows [ C B ] moves
  152. 0 t* N moves  ; team of scientists can take bomb anywhere
  153. 0 land cities moves  ; looks strange, but needed to define allowable places
  154. 0 water \ moves
  155. -1 land \ moves
  156.  
  157. 1 fuel movers to-move
  158. 0 fuel [ N ] to-move   ; infantry doesn't need extra to move, but cause other problems
  159.  
  160. 1 [ i N ] b capacity
  161.  
  162. 1 u* volume
  163. 1 ground volume
  164. 4 [ d s ] volume
  165. 6 [ t C B ] volume
  166. 2 b volume
  167. 6 ground t capacity
  168. 1 b hold-volume
  169. 6 t hold-volume
  170. 10 C hold-volume
  171. 20 / hold-volume
  172. 40 \ hold-volume
  173. 40 * hold-volume
  174. 80 @ hold-volume
  175. 1 ship t capacity
  176. 50 ship t alter-mobility
  177. [ 6 2 ] [ f b ] C capacity
  178. 3 u* \ capacity
  179. 6 [ f b ] \ capacity
  180. 2 u* / capacity
  181. 4 [ f b ] / capacity
  182. 10 u* * capacity
  183. 20 u* @ capacity
  184. 0 cities cities capacity
  185. 9 u* f enter-time  ; aircraft can't sortie again until next turn
  186. 6 u* b enter-time
  187. 0 u* ship enter-time
  188.  
  189. 10 s visibility
  190. 10 N visibility
  191. true [ \ * @ ] always-seen
  192. 3 @ see-range
  193. 3 \ see-range
  194.  
  195. [ 1 1 1 2 3 2 3 4 8 1 10 12 20 40 ] u* hp
  196. [ 0 0 0 1 1 1 2 2 4 0  5  6 10 20 ] u* crippled  ; 50% of hp usually
  197.  
  198. [  50  40  20  15  20  20  30  20   9  40  80  80  60  40 ] u* i hit
  199. [  60  50  30  30  30  20  30  20  20  50  90  90  70  50 ] u* a hit
  200. [  15  25  60  70  20  30  20  50  40  80 100 100 100 100 ] u* f hit
  201. [  20  20  10   9  30  50  50  70  60  50  90  90  95  99 ] u* b hit
  202. [   5   5  10   5  60  70  60  40  20   0  99  99  90  80 ] u* d hit
  203. [   0   0  10   5  40  10  60  40  50   0   0  20   0   0 ] u* s hit
  204. [  20   5  10   5  40  40  40  30   9   0   0   0   0   0 ] u* t hit
  205. [  30  20  40  10  30  30  40  20  20   0   0   0   0   0 ] u* C hit
  206. [  50  50  50  20  70  50  90  50  90   0 100 100 100 100 ] u* B hit
  207. [ 200 200 200 200 200 200 200 200 200   0 200 200 200 200 ] u* N hit
  208. [  10  10  20  20  20  20  30  20  20   0   0   0   0   0 ] u* / hit
  209. [  10  10  20  20  20  20  30  20  20   0   0   0   0   0 ] u* \ hit
  210. [  30  20  50  40  40   0  30  20  20   0   0   0   0   0 ] u* * hit
  211. [  50  40  70  60  50   0  30  20  50   0   0   0   0   0 ] u* @ hit
  212.  
  213. 1 u* u* damage
  214. 2 cities a damage
  215. 2 ship b damage
  216. 2 [ / * \ ] b damage
  217. 1 s b damage
  218. 3 @ b damage
  219. 2 s d damage
  220. 3 ship s damage
  221. 4 B s damage
  222. 2 u* B damage
  223. [ 3 4 ] [ * @ ] B damage
  224. 60 u* N damage
  225.  
  226. -50 neutrality
  227.  
  228. false N can-counter
  229.  
  230. true N self-destruct
  231.  
  232. [ 50 70 50 30 ] cities i capture
  233. [  0 90 70 50 ] cities a capture
  234. true i cities bridge  ; infantry can capture cities even on water.
  235.  
  236. 50 movers cities protect  ; cities offer some protection to occupants
  237. 10 cities a protect        ; armor protect the cities housing them.
  238.               ; can't make this too large or city can be
  239.               ; invulnerable.
  240. 5 cities i protect      ; same for infantry.
  241. 25 / a protect
  242. 15 / i protect
  243. 25 \ i protect
  244. 10 \ f protect
  245.  
  246. true u* changes-side  ; equipment is indifferent to its fate
  247. false i changes-side  ; but armies have some loyalty
  248. true u* neutral
  249. false i neutral
  250.  
  251. 1 ammo u* hits-with
  252. 1 ammo u* hit-by
  253.  
  254. "defeats" ground destroy-message
  255. "sinks" ship destroy-message
  256. "shoots down" [ f b ] destroy-message
  257. "flattens" cities destroy-message
  258.  
  259. true movers can-disband
  260. true / can-disband
  261.  
  262. ; help for machine strategy
  263. [ 200 150 100 100  10   8  40 1 10 0  50  50 500 500 ] u* attack-worth
  264. [ 200  80 200 130  20  15   0 0 10 0  50  50 500 500 ] u* defense-worth
  265. [ 200  50 100 100  20   0  40 0 10 0 100 100 500 500 ] u* explore-worth
  266. [   1  4   0   0  100 200 100 2000 400 0 ] movers min-region-size
  267.  
  268. begin{notes}
  269. This period is the default built-in set of period parameters.  It
  270. represents units of about 1945, from infantry to atomic bombs.  This is
  271. the most familiar, which makes it easier to play, but also more controversial,
  272. since historians have many conflicting theories about which kinds of
  273. units were most effective.
  274.  
  275. Infantry.  The infantry division is the slowest of units, but it can go almost
  276. anywhere.  It is also quick to produce.  Infantry is the staple of
  277. campaigns - a little boring perhaps, but essential to success.
  278.  
  279. Armor.  The armor division is highly mobile and hits hard.  Unfortunately,
  280. it is limited to operating in open terrain - plains and desert.  It also
  281. takes longer to produce.  Armor can last twice as long in the 
  282. desert as infantry.  Both armor and infantry can
  283. assault and capture cities; they are the only units that can do so.
  284.  
  285. Fighters.  A fighter is a squadron or wing of high-speed armed aircraft.
  286. Their fuel supply can be gotten only at units, towns, and bases, so they
  287. must continually be taking off and landing.  Fighters are not too effective
  288. against ground units or ships, but they eat bombers for lunch.  Fighters
  289. are very good for reconnaisance - important in a game where you can't always
  290. see the enemy moving!
  291.  
  292. Bomber groups.  Bombers are very powerful, since they can seriously damage
  293. or even flatten cities.  The loss rate in such activities is high, so they're
  294. not a shortcut to victory!
  295.  
  296. Destroyers.  Destroyers are fast small ships for both exploration and
  297. anti-submarine activities.
  298.  
  299. Submarines.  The favorite food of submarines is of course merchant shipping
  300. and troopships, and they can sink troop transports with one blow.
  301. Subs are also invisible, but they are vulnerable to destroyers and aircraft.
  302.  
  303. Troop transports.  This is how ground units get across the sea.  They can
  304. defend themselves against ships and aircraft, but are basically vulnerable.
  305. They're not very fast either.
  306.  
  307. Aircraft carriers.  Compensates for the fighter's limited range by providing
  308. a portable airport.  Carriers themselves are sitting ducks, particularly
  309. with respect to aircraft.  Fighter patrols are mandatory.
  310.  
  311. Battleships.  The aptly named "Dread Naught" has little to fear from other
  312. units of this period.  Subs may sink them with enough effort, and a group
  313. of bombers and fighters are also deadly, but with eight hit points to start,
  314. a battleship can usually survive long enough to escape.  Battleships are very
  315. effective against cities and armies, at least the ones on the coast.
  316.  
  317. Atomic bombs.  The Final Solution; but they are not easy to use.  A bomb
  318. takes a long time to produce, moves very slowly by itself, and is easily
  319. destroyed by other units.  The plus side is instant destruction for any unit
  320. of any size!  Bombs are imagined to be transported by a team of scientists,
  321. and can go on any sort of terrain without running out of supplies.
  322.  
  323. Bases.  To simplify matters, this can serve as a camp, airbase, and port.
  324. Bases cannot build units, although they can repair some damage.
  325.  
  326. Towns.  Towns are the staple of territory.  They can build, repair, produce
  327. fuel and ammo, and serve as a safe haven for quite a few units.
  328.  
  329. Cities.  Cities are very large, powerful, and well defended.  They are
  330. basically capital cities, or something in a comparable range.  (New York
  331. and San Francisco are cities, Salt Lake City and San Antonio are towns.)
  332. A city is worth five towns, territory-wise.
  333.  
  334. Current thinking about optimal strategy for this period differs.  In general,
  335. blitzkrieg works, and can win the game in a hurry.  The problem is to
  336. muster enough force before striking.  One full troop transport is not
  337. enough; the invasion will melt away like ice cream on a hot sidewalk, unless
  338. reinforcements (either air or land) show up quickly.  Air cover is very
  339. important.  While building up an invasion force, airborne assaults using
  340. bombers and infantry can provide useful diversions, although it can be
  341. wasteful of bombers.  Human vs human games on the default map generally
  342. last about 100 turns, usually not enough time or units to build atomic
  343. bombs or battleships, and not a big enough map to really need carriers
  344. (although bases for staging are quite useful.)
  345. end{notes}
  346.  
  347. clear-side-names
  348.  
  349. ; The more significant countries of the modern world
  350.  
  351. "American" sname "Canadian" sname "Mexican" sname "Guatemalan" sname
  352. "Honduran" sname "Sandinista" sname "Costa Rican" sname "Panamanian" sname
  353. "Colombian" sname "Ecuadorean" sname  "Peruvian" sname "Chilean" sname
  354. "Argentinian" sname "Uruguayan" sname "Paraguayan" sname "Brazilian" sname
  355. "Bolivian" sname "Guyanan" sname "Venezuelan" sname "Cuban" sname
  356. "Haitian" sname "Jamaican" sname "Irish" sname "British" sname
  357. "Portuguese" sname "Spanish" sname "French" sname "Italian" sname
  358. "Albanian" sname "Greek" sname "Turk" sname "Bulgarian" sname
  359. "Cypriot" sname "Maltese" sname "Icelander" sname
  360. "Rumanian" sname "Soviet" sname "Finnish" sname "Swedish" sname
  361. "Polish" sname "Czech" sname "Hungarian" sname "Austrian" sname
  362. "German" sname "Swiss" sname "Belgian" sname "Dutch" sname
  363. "Danish" sname "Norwegian" sname "Moroccan" sname "Mauritanian" sname
  364. "Senegalese" sname "Guinean" sname "Liberian" sname "Ghanan" sname
  365. "Nigerian" sname "Cameroon" sname "Gabonese" sname "Zairean" sname
  366. "Angolan" sname "Namibian" sname "South African" sname "Botswanan" sname
  367. "Mozambiquan" sname "Zimbabwean" sname "Zambian" sname "Tanzanian" sname
  368. "Rwandan" sname "Djiboutian" sname "Madagascaran" sname
  369. "Kenyan" sname "Ugandan" sname "Somalian" sname "Ethiopian" sname
  370. "Sudanese" sname "Egyptian" sname "Libyan" sname "Tunisian" sname
  371. "Algerian" sname "Syrian" sname "Lebanese" sname "Israeli" sname
  372. "Jordanian" sname "Saudi" sname "Yemeni" sname "Omani" sname
  373. "Kuwaiti" sname "Iraqi" sname "Iranian" sname "Afghan" sname
  374. "Pakistani" sname "Indian" sname "Nepalese" sname "Burmese" sname
  375. "Vietnamese" sname "Kampuchean" sname "Laotian" sname
  376. "Siamese" sname "Malaysian" sname "Indonesian" sname "Australian" sname
  377. "Micronesian" sname "Fijian" sname "Tongan" sname "Samoan" sname
  378. "Tahitian" sname "New Zealander" sname
  379. "Papuan" sname "Polynesian" sname "Filipino" sname "Japanese" sname
  380. "Korean" sname "Chinese" sname "Mongolian" sname "Tibetan" sname
  381.  
  382. ; The following names are derived from the Rand-McNally International Atlas
  383. ; and from their US road atlas.  Although nominally these could end up on
  384. ; any sort of unit, they are likely to be attached to city-like units only.
  385.  
  386. clear-unit-names
  387.  
  388. ; Soviet Union  
  389. "Uglegorsk" uname "Taganrog" uname "Kuzemino" uname "Igodovo" uname 
  390. "Izhevsk" uname "Leninskoye" uname "Zvenigorod" uname "Faustovo" uname 
  391. "Tokma" uname "Bolotnoje" uname "Pudino" uname "Predivinsk" uname 
  392. "Gotoputovo" uname "Stupino" uname 
  393. ; Japan  
  394. "Toyooka" uname "Kobayashi" uname "Kamiyahagi" uname "Fukude" uname 
  395. ; China  
  396. "Dandong" uname "Xingtai" uname "Xiaojiagang" uname "Wushu" uname 
  397. "Wutangjie" uname "Qingfeng" uname "Dushikou" uname "Huilong" uname 
  398. "Linyi" uname "Miaoyang" uname "Xinbo" uname "Bugt" uname 
  399. ; Indochina  
  400. "Tan-an" uname "Ban Khlong Kua" uname "Bo Phloi" uname "Thot-not" uname
  401. "Herbertabad" uname "Mong Pawn" uname "Roi Et" uname
  402. ; Indonesia  
  403. "Butong" uname "Lubukbertubung" uname "Moutong" uname "Gimpu" uname 
  404. "Waingapu" uname "Sindangbarang" uname "Kualakapuas" uname "Bongka" uname 
  405. "Salimbatu" uname "Bonggaw" uname "Baing" uname "Grokgak" uname 
  406. ; India  
  407. "Bap" uname "Meerut" uname "Harda" uname "Garwa" uname 
  408. "Digboi" uname "Kurnool" uname "Nirmal" uname "Coondapoor" uname 
  409. "Tetulbaria" uname "Maheshwar" uname "Paramagudi" uname "Bhakkar" uname 
  410. "Mungaoli" uname "Shorapur" uname "Channapatna" uname "Chilaw" uname 
  411. ; Middle East and Central Asia  
  412. "Bajandalaj" uname "Cogt-Ovoo" uname "Un't" uname "Ich-Uul" uname 
  413. "Yazd" uname "Samarkand" uname "Mashhad" uname "Chah Bahar" uname 
  414. "Jubbah" uname "Al-'Awsajiyah" uname "Kifri" uname "Kashgar" uname 
  415. "Chundzha" uname "Ushtobe" uname "Dzaamar" uname "Wadi Musa" uname 
  416. "Bogustan" uname "Gakuch" uname 
  417. ; Africa  
  418. "Pibor Post" uname "Umm Digulgulaya" uname "Umm Shalil" uname "Buzaymah" uname 
  419. "Gedo" uname "North Horr" uname "Todenyang" uname "Madadi" uname 
  420. "Ngetera" uname "Ouadda" uname "Mazoula" uname "Tiglit" uname 
  421. "Gummi" uname "Gbarnga" uname "Burutu" uname "Bafwabalinga" uname 
  422. "Goonda" uname "Ankoroka" uname "Vryburg" uname "Matuba" uname 
  423. "Bakouma" uname "El Idrissia" uname "Agadir" uname "Nungwe" uname 
  424. "Bunianga" uname "Ngali" uname "Nguiroungou" uname "Otukpa" uname 
  425. "Hell-Ville" uname "Morafenobe" uname "Tongobory" uname "Farafangana" uname 
  426. "Mungbere" uname "Haco" uname "Barbar" uname "Oulessebougou" uname
  427. ; Australia  
  428. "Nookawarra" uname "Bunbury" uname "Buckleboo" uname "Breeza Plains" uname 
  429. "Mistake Creek" uname "Boolaloo" uname "Yarloop" uname "Dubbo" uname 
  430. "Bushy Park" uname "Old Cork" uname "Cessnock" uname "Wagga Wagga" uname 
  431. "Mungar Junction" uname "Koolywirtie" uname "Wonthaggi" uname
  432. "Oatlands" uname "Bindebango" uname "Alice Springs" uname
  433. ; New Guinea  
  434. "Kwatisore" uname "Finschhafen" uname "Yobi" uname "Rumahtinggih" uname 
  435. ; USA  
  436. ; AL  
  437. "New Hope" uname "Hackleburg" uname 
  438. ; AK  
  439. "Kaktovik" uname "Fort Yukon" uname 
  440. ; AZ  
  441. "Benson" uname "Gila Bend" uname "Turkey Flat" uname "Tuba City" uname  
  442. "Wide Ruins" uname 
  443. ; AR  
  444. "Metalton" uname "Oil Trough" uname "Hackett" uname
  445. ; CA  
  446. "Burnt Ranch" uname "Calexico" uname "Eel Rock" uname "Gilroy" uname 
  447. "Joshua Tree" uname "Milpitas" uname "Mormon Bar" uname "Pumpkin Center" uname 
  448. "Death Valley Junction" uname "Toms Place" uname
  449. "Pinole" uname "Petaluma" uname 
  450. "Scotts Valley" uname "Whiskeytown" uname "Leucadia" uname "Lompoc" uname
  451. "Granada Hills" uname
  452. ; CO  
  453. "Las Animas" uname "Silver Plume" uname 
  454. ; CT  
  455. "Upper Stepney" uname "Moosup" uname "Danbury" uname
  456. ; FL  
  457. "Yeehaw Junction" uname "Big Pine Key" uname 
  458. "Panacea" uname "Wewahitchka" uname "Estiffanulga" uname 
  459. ; GA  
  460. "Dixie Unameion" uname "Fowlstown" uname "Dacula" uname "Americus" uname 
  461. ; HW  
  462. "Laupahoehoe" uname 
  463. ; ID  
  464. "Malad City" uname "Kootenai" uname 
  465. ; IL  
  466. "Farmer City" uname "Aroma Park" uname "Goreville" uname "Illiopolis" uname  
  467. "Mascoutah" uname "Metamora" uname "Metropolis" uname "New Boston" uname  
  468. "Pontoon Beach" uname "Romeoville" uname "Teutopolis" uname  
  469. ; IN  
  470. "Etan Green" uname "French Lick" uname "Loogootee" uname "Needmore" uname  
  471. "Ogden Dunes" uname "Oolitic" uname "Star City" uname  
  472. ; IA  
  473. "Coon Rapids" uname "Correctionville" uname "Grundy Center" uname
  474. "Lost Nation" uname "Ossian" uname "Sac City" uname  
  475. ; KA  
  476. "Countryside" uname "Mankato" uname "Pretty Prairie" uname  "Greeley" uname
  477. "Grouse Creek" uname
  478. ; KY  
  479. "Big Clifty" uname "Cloverport" uname "Druid Hills" uname "Fancy Farm" uname 
  480. "Hardburly" uname "Hardshell" uname "Horse Cave" uname "Pleasureville" uname 
  481. "Science Hill" uname "Sublimity City" uname "Watergap" uname 
  482. ; LA  
  483. "Bayou Goula" uname "Cut Off" uname "Hackberry" uname "Lutcher" uname 
  484. "Waggaman" uname 
  485. ; ME  
  486. "Veazie" uname "Madawaska" uname 
  487. ; MD  
  488. "Bestgate" uname "College Park" uname "Frostburg" uname "Pocomoke City" uname 
  489. "Port Deposit" uname "Pumphrey" uname "Tammany Manor" uname
  490. "Weems Creek" uname "Whiskey Bottom" uname "Hack Point" uname
  491. ; MA  
  492. "Assinippi" uname "Buzzards Bay" uname "Dorothy Pond" uname "Hopkinton" uname 
  493. "Housatonic" uname "Pigeon Cove" uname "Swampscott" uname "Gloucester" uname
  494. "Hyannis Port" uname "Ipswich" uname "Boxford" uname
  495. ; MI  
  496. "Bad Axe" uname "Brown City" uname "Cassopolis" uname "New Buffalo" uname 
  497. "Petoskey" uname "Ishpeming" uname "Ypsilanti" uname "Saugatuck" uname 
  498. ; Michigan UP (from Sandra Loosemore)  
  499. "Skanee" uname "Bruce Crossing" uname "Baraga" uname "Germfask" uname 
  500. "Assinins" uname "Tapiola" uname "Gaastra" uname "Bete Grise" uname 
  501. ; MN  
  502. "Ada" uname "Blue Earth" uname "Brainerd" uname "Eden Valley" uname  
  503. "Lino Lakes" uname "New Prague" uname "Sleepy Eye" uname "Waconia" uname  
  504. ; MS  
  505. "Bogue Chitto" uname "Buckatunna" uname "Guntown" uname "Picayune" uname 
  506. "Red Lick" uname "Senatobia" uname "Tie Plant" uname "Yazoo City" uname  
  507. ; MO  
  508. "Bourbon" uname "Doe Run" uname "Hayti" uname "Humansville" uname 
  509. "Lutesville" uname "Moberly" uname "New Madrid" uname "Peculiar" uname 
  510. "Sappington" uname "Vandalia" uname  
  511. ; MT  
  512. "Big Sandy" uname "Hungry Horse" uname 
  513. "Kalispell" uname  "East Missoula" uname
  514. ; NE
  515. "Hershey" uname "Loup City" uname 
  516. "Minatare" uname "Wahoo" uname  "Grainfield" uname
  517. ; NV  
  518. "Winnemucca" uname "Tonopah" uname "Jackpot" uname  
  519. ; NH  
  520. "Littleton" uname "Winnisquam" uname  
  521. ; NJ  
  522. "Cheesequake" uname "Freewood Acres" uname
  523. "Forked River" uname "Hoboken" uname "Succasunna" uname  
  524. "Maple Shade" uname "New Egypt" uname "Parsippany" uname "Ship Bottom" uname  
  525. ; NM  
  526. "Adobe Acres" uname "Cloudcroft" uname "Ruidoso" uname "Toadlena" uname  
  527. "Los Padillos" uname "Ojo Caliente" uname 
  528. ; NY  
  529. "Angola on the Lake" uname "Podunk" uname "Chili Center" uname
  530. "Aquebogue" uname "Muttontown" uname "Hicksville" uname 
  531. "Hoosick Falls" uname "Nyack" uname
  532. "Painted Post" uname "Peekskill" uname "Portville" uname  
  533. "Ronkonkoma" uname "Wappingers Falls" uname 
  534. "Sparrow Bush" uname "Swan Lake" uname
  535. ; NC  
  536. "Altamahaw" uname
  537. "Biltmore Forest" uname "Boger City" uname "Granite Quarry" uname  
  538. "High Shoals" uname "Lake Toxaway" uname
  539. "Scotland Neck" uname "Hiddenite" uname 
  540. "Mocksville" uname "Yadkinville" uname "Nags Head" uname 
  541. "Kill Devil Hills" uname "Rural Hall" uname  
  542. ; ND  
  543. "Cannon Ball" uname "Hoople" uname "Zap" uname  
  544. ; OH  
  545. "Academia" uname "Arcanum" uname "Blacklick Estates" uname "Blue Ball" uname  
  546. "Crooksville" uname "Dry Run" uname "Flushing" uname "Gratis" uname  
  547. "Lithopolis" uname "Mingo Junction" uname "Newton Falls" uname
  548. "New Straitsville" uname "Painesville" uname "Pepper Pike" uname 
  549. "Possum Woods" uname "Sahara Sands" uname  
  550. ; OK  
  551. "Bowlegs" uname "Broken Arrow" uname "Fort Supply" uname "Drumright" uname 
  552. "Dill City" uname "Okay" uname "Hooker" uname  
  553. ; OR  
  554. "Condon" uname "Happy Valley" uname "Drain" uname "Junction City" uname 
  555. "Molalla" uname "Philomath" uname "Tillamook" uname "Wankers Corner" uname
  556. ; PA  
  557. "Atlasburg" uname "Beaver Meadows" uname "Birdsboro" uname "Daisytown" uname 
  558. "Fairless Hills" uname "Fairchance" uname "Kutztown" uname "Erdenheim" uname 
  559. "Hyndman" uname "Pringle" uname "Scalp Level" uname "Slickville" uname 
  560. "Zelienople" uname "Sugar Notch" uname "Toughkenamon" uname "Throop" uname 
  561. "Tire Hill" uname "Wormleysburg" uname "Oleopolis" uname
  562. ; RI  
  563. "Woonsocket" uname "Pawtucket" uname
  564. ; SC  
  565. "Due West" uname "Ninety Six" uname 
  566. "Travelers Rest" uname "Ware Shoals" uname  
  567. ; SD  
  568. "Deadwood" uname "Lower Brule" uname 
  569. "New Underwood" uname "Pickstown" uname 
  570. "Plankinton" uname "Tea" uname "Yankton" uname  
  571. ; TN  
  572. "Berry's Chapel" uname "Bulls Gap" uname "Cornersville" uname "Counce" uname 
  573. "Gilt Edge" uname "Grimsley" uname "Malesus" uname "Soddy-Daisy" uname  
  574. ; TX  
  575. "Bastrop" uname "New Braunfels" uname "Harlingen" uname "Dimock" uname 
  576. "Devils Elbow" uname "North Zulch" uname "Llano" uname "Fort Recovery" uname 
  577. "Arp" uname "Bovina" uname "Cut and Shoot" uname "College Station" uname 
  578. "Grurer" uname "Iraan" uname "Leming" uname "Harlingen" uname 
  579. "Muleshoe" uname "Munday" uname "Kermit" uname "La Grange" uname 
  580. "Ropesville" uname "Wink" uname "Yoakum" uname "Sourlake" uname  
  581. ; UT  
  582. "Delta" uname "Moab" uname "Nephi" uname "Loa" uname 
  583. "Moroni" uname "Orem" uname "Tooele" uname "Sigurd" uname 
  584. ; VT  
  585. "Bellows Falls" uname "Chester Depot" uname "Winooski" uname  
  586. ; VA  
  587. "Accotink" uname "Ben Hur" uname "Ferry Farms" uname "Disputanta" uname 
  588. "Dooms" uname "Sleepy Hollow" uname "Max Meadows" uname "Goochland" uname 
  589. "Rural Retreat" uname "Sandston" uname "Stanleytown" uname
  590. "Willis Wharf" uname "Stuarts Draft" uname 
  591. ; WA  
  592. "Black Diamond" uname "Carnation" uname "Cle Elum" uname "Cosmopolis" uname 
  593. "Darrington" uname "Enumclaw" uname "Forks" uname "Goose Prairie" uname 
  594. "Navy Yard City" uname "La Push" uname "Soap Lake" uname "Walla Walla" uname 
  595. "Sedro Woolley" uname "Pe Ell" uname "Ruston" uname  
  596. ; WV  
  597. "Barrackville" uname "Pocatalico" uname "Fort Gay" uname "Big Chimney" uname 
  598. "Nutter Fort" uname "Hometown" uname "Nitro" uname "Triadelphia" uname 
  599. "Star City" uname  
  600. ; WI  
  601. "Combined Lock" uname "Coon Valley" uname "Black Earth" uname
  602. "New Holstein" uname "Little Chute" uname "Wisconsin Dells" uname
  603. "Random Lake" uname "Sheboygan" uname "Nauwatosa" uname  
  604. ; WY  
  605. "East Thermopolis" uname "Fort Washakie" uname "Paradise Valley" uname 
  606. ; Canada  
  607. "Sexsmith" uname "Squamish" uname "Fort Qu'Appelle" uname "Flin Flon" uname 
  608. "Moose Jaw" uname "Grand-Mere" uname "Great Village" uname "Pugwash" uname 
  609. "Chiliwack" uname "Cranbery Portage" uname  
  610. "Moosonee" uname "Joe Batt's Arm" uname "St.-Polycarpe" uname
  611. "Crabtree Mills" uname "Copper Cliff" uname "Uxbridge" uname 
  612. "Penetanguishene" uname "Boger City" uname "Drumheller" uname 
  613. "Port Blandford" uname "Hamtramck" uname
  614. ; USA?
  615. "Hackensack" uname "North Middleboro" uname "Fannettsburg" uname 
  616. "Corkscrew" uname "Boynton Beach" uname 
  617. "Belchertown" uname
  618. ; South America  
  619. "Huatabampo" uname "Zapotiltic" uname "Ipiranga" uname "Perseverancia" uname 
  620. "Bilwaskarma" uname "Aguadulce" uname
  621. "Albert Town" uname "Fuente de Oro" uname 
  622. "Pedras de Fogo" uname "Maxaranguape" uname "Comodoro Rivadavia" uname
  623. "Coribe" uname "Rossell y Rius" uname "General Alvear" uname
  624. "Ushaia" uname "Los Antiguos" uname "Puerto Alegre" uname "Quevedo" uname 
  625. ; Eastern Europe  
  626. "Kannonkoski" uname "Uusikaupunki" uname "Ulfborg" uname "Wloszczowa" uname 
  627. "Drohiczyn" uname "Vrchlabi" uname "Oroshaza" uname "Klagenfurt" uname 
  628. "Pisz" uname "Krokowa" uname "Partizanske" uname "Ozd" uname 
  629. "Jimbolia" uname "Peshkopi" uname "Galaxidhion" uname "Naxos" uname 
  630. ; Iceland
  631. "Thingvellir" uname "Honningsvag" uname "Vikna" uname "Jokkmokk" uname
  632. ; Scandinavia
  633. "Rimbo" uname "Kukkola" uname "Viitasaari" uname
  634. "Guderup" uname "Grindsted" uname "Store Andst" uname "Odder" uname 
  635. "Vrigstad" uname "Trollhaetten" uname "Kinsarvik" uname "Grimstad" uname 
  636. ; Ireland
  637. "Ballybunion" uname "Banagher" uname "Carncastle" uname
  638. ; Belgium
  639. "Lisp" uname "Knokke" uname "Bialy" uname "Bor" uname
  640. "Hel" uname "Puck" uname
  641. ; Germany
  642. "Diepholz" uname "Sangerhausen" uname "Biedenkopf" uname 
  643. "Mosbach" uname "Butzbach" uname "Goslar" uname "Studenka" uname
  644. "Slavonice" uname "Gouda" uname "Dokkum" uname "Oss" uname
  645. "Bad Bramstedt" uname "Dinkelsbuehl" uname "Hoogezand" uname 
  646. "Schoensee" uname "Fuerstenfeldbruck" uname 
  647. "Pfaffenhausen" uname "Namlos" uname "Bad Hall" uname
  648. "Consdorf" uname "Cloppenburg" uname "Bad Muskau" uname "Exing" uname
  649. ; France
  650. "Bois-d'Arcy" uname
  651. "Presles-en-Brie" uname "Silly-le-Long" uname "Saint-Witz" uname 
  652. "Limoux" uname "Crozon" uname "Guilvinec" uname "Poggibonsi" uname 
  653. "Pignans" uname "La Tour-du-Pin" uname "Roquefort" uname "Saint-Quentin" uname 
  654. ; Italy
  655. "Bobbio" uname "Viareggio" uname "Siderno" uname "Cortona" uname 
  656. ; Spain
  657. "Pedrogao Grande" uname "Villarcayo" uname "Alosno" uname "La Bisbal" uname 
  658. ; UK 
  659. "Cold Norton" uname "Potten End" uname "Battlesbridge" uname 
  660. "Fawkham Green" uname "Ysbyty Ystwyth" uname "Bletchley" uname
  661. "Llanbrynmair" uname "St Keverne" uname "Foxholes" uname 
  662. "Whitby" uname "Sutton-on-Sea" uname "Tweedmouth" uname "Wrexham" uname
  663. "Kirkwall" uname "Blair Atholl" uname "Inchbare" uname "Blackwaterfoot" uname 
  664. "Ramsgate" uname "Llantwit Major" uname "Minehead" uname "Buckfastleigh" uname 
  665. "Pocklington" uname "Robin Hood's Bay" uname "West Kilbride" uname
  666. "Inchnadamph" uname "North Tolsta" uname "Oykel Bridge" uname
  667. "Pangbourne" uname "Moreton-in-Marsh" uname "Wye" uname "Congresbury" uname
  668.  
  669. end
  670.